DispatchSyncEventRequest

data class DispatchSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String, lastChance: Boolean)

Represents request frame that can be used with ServiceWorker#dispatchSyncEvent operation call.

See also

Constructors

DispatchSyncEventRequest
Link copied to clipboard
fun DispatchSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String, lastChance: Boolean)

Properties

lastChance
Link copied to clipboard
val lastChance: Boolean
origin
Link copied to clipboard
val origin: String
registrationId
Link copied to clipboard
val registrationId: RegistrationID
tag
Link copied to clipboard
val tag: String

Sources

jvm source
Link copied to clipboard